Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2025

This PR contains the following updates:

Package Change Age Confidence
firebase (source, changelog) 11.10.0 -> 12.5.0 age confidence

Release Notes

firebase/firebase-js-sdk (firebase)

v12.5.0

Compare Source

v12.4.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/ai@​2.4.0

Minor Changes
  • 0bb2fe6 #​9272 - Added a sendFunctionResponses method to LiveSession, allowing function responses to be sent during realtime sessions.
    Fixed an issue where function responses during audio conversations caused the WebSocket connection to close. See GitHub Issue #​9264.

  • Breaking Change: Changed the functionCallingHandler property in StartAudioConversationOptions so that it now must return a Promise<FunctionResponse>.
    This breaking change is allowed in a minor release since the Live API is in Public Preview.

  • 0ffcb26 #​9254 - Added support for the URL context tool, which allows the model to access content from provided public web URLs to inform and enhance its responses.

Patch Changes

firebase@​12.4.0

Minor Changes
  • 0bb2fe6 #​9272 - Added a sendFunctionResponses method to LiveSession, allowing function responses to be sent during realtime sessions.
    Fixed an issue where function responses during audio conversations caused the WebSocket connection to close. See GitHub Issue #​9264.

  • Breaking Change: Changed the functionCallingHandler property in StartAudioConversationOptions so that it now must return a Promise<FunctionResponse>.
    This breaking change is allowed in a minor release since the Live API is in Public Preview.

  • 0ffcb26 #​9254 - Added support for the URL context tool, which allows the model to access content from provided public web URLs to inform and enhance its responses.

Patch Changes

@​firebase/analytics@​0.10.19

Patch Changes
  • 1bcf83d #​9263 - Expose setUserProperties on internal Analytics instance.

@​firebase/analytics-compat@​0.2.25

Patch Changes

@​firebase/analytics-interop-types@​0.3.4

Patch Changes
  • 1bcf83d #​9263 - Expose setUserProperties on internal Analytics instance.

@​firebase/app@​0.14.4

Patch Changes
  • Update SDK_VERSION.

@​firebase/app-compat@​0.5.4

Patch Changes

v12.3.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/ai@​2.3.0

Minor Changes
  • 06ab5c4 #​9236 - Added a new InferenceMode option for the hybrid on-device capability: prefer_in_cloud. When this mode is selected, the SDK will attempt to use a cloud-hosted model first. If the call to the cloud-hosted model fails with a network-related error, the SDK will fall back to the on-device model, if it's available.

  • 9b8ab02 #​9249 - Added Code Execution feature.

Patch Changes
  • a4848b4 #​9235 - Refactor component registration.

  • c123766 #​9253 - Change documentation tags for hybrid inference from "EXPERIMENTAL" to "public preview".

firebase@​12.3.0

Minor Changes
  • 06ab5c4 #​9236 - Added a new InferenceMode option for the hybrid on-device capability: prefer_in_cloud. When this mode is selected, the SDK will attempt to use a cloud-hosted model first. If the call to the cloud-hosted model fails with a network-related error, the SDK will fall back to the on-device model, if it's available.

  • 120a308 #​9221 - Added support for Realtime Remote Config for the web. This feature introduces a new onConfigUpdate API and allows web applications to receive near-instant configuration updates without requiring periodic polling.

  • 9b8ab02 #​9249 - Added Code Execution feature.

Patch Changes

@​firebase/remote-config@​0.7.0

Minor Changes
  • 120a308 #​9221 - Added support for Realtime Remote Config for the web. This feature introduces a new onConfigUpdate API and allows web applications to receive near-instant configuration updates without requiring periodic polling.

@​firebase/remote-config-types@​0.5.0

Minor Changes
  • 120a308 #​9221 - Added support for Realtime Remote Config for the web. This feature introduces a new onConfigUpdate API and allows web applications to receive near-instant configuration updates without requiring periodic polling.

@​firebase/app@​0.14.3

Patch Changes
  • Update SDK_VERSION.

@​firebase/app-compat@​0.5.3

Patch Changes

@​firebase/firestore@​4.9.2

Patch Changes

@​firebase/firestore-compat@​0.4.2

Patch Changes

@​firebase/remote-config-compat@​0.2.20

Patch Changes

@​firebase/webchannel-wrapper@​1.0.5

Patch Changes
  • 43276b0 #​9242 - Increased the buffering-proxy detection timeout to minimize the false-positive rate. Updating WebChannel to ignore duplicate messages received from the server. Fix for #​8250.

v12.2.1

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/ai@​2.2.1

Patch Changes

firebase@​12.2.1

Patch Changes

v12.2.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/ai@​2.2.0

Minor Changes
Patch Changes
  • 84b8bed #​9222 - Fixed an issue where AIError messages were too long after including an entire response body.

  • c5f08a9 #​9216 - Add 'includeSafetyAttributes' field to Predict request payloads.

  • cbef6c6 #​9225 - Exclude ChromeAdapterImpl code from Node entry point.

firebase@​12.2.0

Minor Changes
Patch Changes

@​firebase/app@​0.14.2

Patch Changes
  • Update SDK_VERSION.

@​firebase/app-compat@​0.5.2

Patch Changes

@​firebase/firestore@​4.9.1

Patch Changes
  • 2058432 #​9177 (fixes #​9147) - Fixed a bug where a rejected promise with an empty message in a transaction would cause a timeout.

@​firebase/firestore-compat@​0.4.1

Patch Changes

@​firebase/functions@​0.13.1

Patch Changes
  • 5501791 #​9204 - Fixed issue where Firebase Functions SDK caused CORS errors when connected to emulators in Firebase Studio

@​firebase/functions-compat@​0.4.1

Patch Changes

v12.1.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed
@​firebase/ai@​2.1.0
Minor Changes
firebase@​12.1.0
Minor Changes
Patch Changes
@​firebase/app@​0.14.1
Patch Changes
  • Update SDK_VERSION.
@​firebase/app-compat@​0.5.1
Patch Changes
@​firebase/performance@​0.7.9
Patch Changes
  • a4897a6 #​9178 (fixes #​9136) - Fixed errors thrown when capturing long target element names for the out-of-the-box metrics.
@​firebase/performance-compat@​0.2.22
Patch Changes

v12.0.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed
@​firebase/ai@​2.0.0
Major Changes
Minor Changes
Patch Changes
firebase@​12.0.0
Major Changes
Minor Changes
Patch Changes
@​firebase/app@​0.14.0
Minor Changes
  • d91169f #​9151 (fixes #​8863) - initializeServerApp now supports auto-initialization for Firebase App Hosting.

  • 25b60fd #​9128 - Update node "engines" version to a minimum of Node 20.

Patch Changes
@​firebase/app-check@​0.11.0
Minor Changes
  • 25b60fd #​9128 - Update node "engines" version to a minimum of Node 20.
Patch Changes
@​firebase/app-check-compat@​0.4.0
Minor Changes
  • 25b60fd #​9128 - Update node "engines" version to a minimum of Node 20.
Patch Changes
@​firebase/app-compat@​0.5.0
Minor Changes
  • 25b60fd #​9128 - Update node "engines" version to a minimum of Node 20.
Patch Changes
@​firebase/auth@​1.11.0
Minor Changes
  • 25b60fd #​9128 - Update node "engines" version to a minimum of Node 20.
Patch Changes
@​firebase/auth-compat@​0.6.0
Minor Changes
  • 25b60fd #​9128 - Update node "engines" version to a minimum of Node 20.
Patch Changes
@​firebase/component@​0.7.0
Minor Changes
  • 25b60fd #​9128 - Update node "engines" version to a minimum of Node 20.
Patch Changes
@​firebase/database@​1.1.0
Minor Changes
  • 25b60fd #​9128 - Update node "engines" version to a minimum of Node 20.
Patch Changes
@​firebase/database-compat@​2.1.0
Minor Changes
  • 25b60fd #​9128 - Update node "engines" version to a minimum of Node 20.
Patch Changes
@​firebase/firestore@​4.9.0
Minor Changes
  • 25b60fd #​9128 - Update node "engines" version to a minimum of Node 20.
Patch Changes
@​firebase/firestore-compat@​0.4.0
Minor Changes
  • 25b60fd #​9128 - Update node "engines" version to a minimum of Node 20.
Patch Changes
@​firebase/functions@​0.13.0
Minor Changes
  • 25b60fd #​9128 - Update node "engines" version to a minimum of Node 20.
Patch Changes
@​firebase/functions-compat@​0.4.0
Minor Changes
  • 25b60fd #​9128 - Update node "engines" version to a minimum of Node 20.
Patch Changes
@​firebase/logger@​0.5.0
Minor Changes
  • 25b60fd #​9128 - Update node "engines" version to a minimum of Node 20.
Patch Changes
@​firebase/rules-unit-testing@​5.0.0
Minor Changes
  • 25b60fd #​9128 - Update node "engines" version to a minimum of Node 20.
Patch Changes
@​firebase/storage@​0.14.0
Minor Changes
  • 25b60fd #​9128 - Update node "engines" version to a minimum of Node 20.
Patch Changes
@​firebase/storage-compat@​0.4.0
Minor Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/firebase-12.x branch 19 times, most recently from 7758ec2 to fad3b85 Compare November 1, 2025 18:34
@renovate renovate bot force-pushed the renovate/firebase-12.x branch 3 times, most recently from 79b1521 to 6eca620 Compare November 3, 2025 12:36
@renovate renovate bot force-pushed the renovate/firebase-12.x branch from 6eca620 to 53f929f Compare November 4, 2025 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant